From 2ec6b38184bc165e34a2676dc4fcf8a966bb756c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 24 Nov 2009 02:40:03 +0000 Subject: [PATCH] (focus-follows-mouse): Mention mouse-autoselect-window. --- src/ChangeLog | 4 ++++ src/frame.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9a18aa8ea68..3fa40e6732a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-24 Glenn Morris + + * frame.c (focus-follows-mouse): Mention mouse-autoselect-window. + 2009-11-23 Jan Djärv * Makefile.in: Must create deps for ecrt0.o in its rule. diff --git a/src/frame.c b/src/frame.c index 2a72e43cd40..4a9d30dd215 100644 --- a/src/frame.c +++ b/src/frame.c @@ -4642,7 +4642,7 @@ This variable is local to the current terminal and cannot be buffer-local. */); doc: /* Non-nil if window system changes focus when you move the mouse. You should set this variable to tell Emacs how your window manager handles focus, since there is no way in general for Emacs to find out -automatically. */); +automatically. See also `mouse-autoselect-window'. */); #ifdef HAVE_WINDOW_SYSTEM #if defined(HAVE_NTGUI) || defined(HAVE_NS) focus_follows_mouse = 0; -- 2.30.2